[This topic is part of the Microsoft Azure Storage Client Library 1.7, which has been deprecated. See
Storage Client Library for the latest version.]
Provides a base class that is used internally to parse XML streams from storage service operations.
Namespace: Microsoft.WindowsAzure.StorageClient.Protocol
Assembly: Microsoft.WindowsAzure.StorageClient (in Microsoft.WindowsAzure.StorageClient.dll)
Usage
Visual Basic |
---|
Dim instance As ResponseParsingBase(Of T)
|
Syntax
Visual Basic |
---|
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public MustInherit Class ResponseParsingBase(Of T)
Implements IDisposable |
C# |
---|
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public abstract class ResponseParsingBase<T> : IDisposable |
C++ |
---|
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
generic<typename T>
public ref class ResponseParsingBase abstract : IDisposable |
GenericParameters
- T
The type to be parsed.
Inheritance Hierarchy
System.Object Microsoft.WindowsAzure.StorageClient.Protocol.ResponseParsingBase
Derived Classes Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also